Version

CardViewFieldLayoutTemplateGenerator Constructor(FieldLayout,Nullable<Orientation>,Boolean)

Initializes a new instance of the CardViewFieldLayoutTemplateGenerator class
Syntax
'Declaration
 
Public Function New( _
   ByVal fieldLayout As FieldLayout, _
   ByVal orientation As Nullable(Of Orientation), _
   ByVal recordsArrangedInRowsAndCols As Boolean _
)
public CardViewFieldLayoutTemplateGenerator( 
   FieldLayout fieldLayout,
   Nullable<Orientation> orientation,
   bool recordsArrangedInRowsAndCols
)

Parameters

fieldLayout
The FieldLayout for which the templates will be generated
orientation
The LogicalOrientation of the view for which templates will be generated or null if the view has no LogicalOrientation.
recordsArrangedInRowsAndCols
True if Records are arranged in rows and columns (like CardView) or false if they are not (like GridView or CarouselView).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also